Bean Tag Attributes

  • name: value of the key used to look up the bean such as key-value for getValue() or getAttribute()

  • varname: local name to be used by scriptlets. If not specified, name is used

  • type: static type of variable bound to bean. Default is java.lang.Object

  • introspect: when yes, after instantiating, each bean property that matches a request parameter will have its setter method called to set value to request parameter value. Default is yes